home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / control / eval < prev    next >
Encoding:
Text File  |  1992-12-17  |  521 b   |  9 lines

  1.           eval arg ?arg ...?
  2.                Eval  takes  one  or  more  arguments,  which  together
  3.                comprise  a  Tcl command (or collection of Tcl commands
  4.                separated  by  newlines  in  the  usual   way).    Eval
  5.                concatenates  all  its arguments in the same fashion as
  6.                the concat command, passes the concatenated  string  to
  7.                the Tcl interpreter recursively, and returns the result
  8.                of that evaluation (or any error generated by it).
  9.